home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-22 | 552 b | 21 lines | [TEXT/CWIE] |
- //main.h
-
- #define kServiceList 8
- #define kServiceListScroll 15
- #define kURLList 6
- #define kURLListScroll 16
- #define kFilterMenu 14
- #define kInfoField 17
-
- /* Prototypes */
- void Initialize(void);
- void SetUpMenus(void);
- DialogPtr SetUpChooser(void);
- OSErr EventLoop(void);
- void DoMouseOutsideDialog(EventRecord theEvent, short theItem);
- void DoMouseInDialog(EventRecord theEvent, short theItem);
- void DoKey(EventRecord theEvent, short theItem);
- void DoMenu(short menuID, short menuItem);
- void DoUpdate(void);
- void ChangeURLList(short index);
-